home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 June / macformat-038.iso / MacFormat CD Browser / Resources / 00001.ls next >
Encoding:
Text File  |  1996-04-17  |  2.3 KB  |  107 lines

  1. on exitFrame
  2.   if rollOver(4) then
  3.     set the visible of sprite 23 to 1
  4.   end if
  5.   updateStage()
  6.   repeat while rollOver(4)
  7.     updateStage()
  8.   end repeat
  9.   if rollOver(5) then
  10.     set the visible of sprite 26 to 1
  11.   end if
  12.   updateStage()
  13.   repeat while rollOver(5)
  14.     updateStage()
  15.   end repeat
  16.   if rollOver(6) then
  17.     set the visible of sprite 27 to 1
  18.   end if
  19.   repeat while rollOver(6)
  20.     updateStage()
  21.   end repeat
  22.   if rollOver(7) then
  23.     set the visible of sprite 28 to 1
  24.   end if
  25.   updateStage()
  26.   repeat while rollOver(7)
  27.     updateStage()
  28.   end repeat
  29.   if rollOver(8) then
  30.     set the visible of sprite 24 to 1
  31.   end if
  32.   updateStage()
  33.   repeat while rollOver(8)
  34.     updateStage()
  35.   end repeat
  36.   if rollOver(9) then
  37.     set the visible of sprite 25 to 1
  38.   end if
  39.   updateStage()
  40.   repeat while rollOver(9)
  41.     updateStage()
  42.   end repeat
  43.   if rollOver(10) then
  44.     set the visible of sprite 29 to 1
  45.   end if
  46.   updateStage()
  47.   repeat while rollOver(10)
  48.     updateStage()
  49.   end repeat
  50.   if rollOver(11) then
  51.     set the visible of sprite 21 to 1
  52.   end if
  53.   updateStage()
  54.   repeat while rollOver(11)
  55.     updateStage()
  56.   end repeat
  57.   if rollOver(12) then
  58.     set the visible of sprite 20 to 1
  59.   end if
  60.   updateStage()
  61.   repeat while rollOver(12)
  62.     updateStage()
  63.   end repeat
  64.   if rollOver(13) then
  65.     set the visible of sprite 30 to 1
  66.   end if
  67.   updateStage()
  68.   repeat while rollOver(13)
  69.     updateStage()
  70.   end repeat
  71.   if rollOver(14) then
  72.     set the visible of sprite 18 to 1
  73.   end if
  74.   updateStage()
  75.   repeat while rollOver(14)
  76.     updateStage()
  77.   end repeat
  78.   if rollOver(15) then
  79.     set the visible of sprite 19 to 1
  80.   end if
  81.   updateStage()
  82.   repeat while rollOver(15)
  83.     updateStage()
  84.   end repeat
  85.   if rollOver(16) then
  86.     set the visible of sprite 22 to 1
  87.   end if
  88.   updateStage()
  89.   repeat while rollOver(16)
  90.     updateStage()
  91.   end repeat
  92.   set the visible of sprite 18 to 0
  93.   set the visible of sprite 19 to 0
  94.   set the visible of sprite 20 to 0
  95.   set the visible of sprite 21 to 0
  96.   set the visible of sprite 22 to 0
  97.   set the visible of sprite 23 to 0
  98.   set the visible of sprite 24 to 0
  99.   set the visible of sprite 25 to 0
  100.   set the visible of sprite 26 to 0
  101.   set the visible of sprite 27 to 0
  102.   set the visible of sprite 28 to 0
  103.   set the visible of sprite 29 to 0
  104.   set the visible of sprite 30 to 0
  105.   go(the frame)
  106. end
  107.